MESCIUS SPREAD for Windows Forms 17.0J
ParseFormula(String,Int32,Int32,Nullable<Boolean>,Boolean) メソッド

数式テキストを示す文字列値。
コンテキスト行インデックスを示す整数値。
コンテキスト列インデックスを示す整数値。
+/- を自動的に削除できる場合は true
指定した数式を式に解析します。
構文
'Declaration
 
Public Function ParseFormula( _
   ByVal formula As String, _
   Optional ByVal contextRow As Integer, _
   Optional ByVal contextColumn As Integer, _
   Optional ByVal isA1Reference As Nullable(Of Boolean), _
   Optional ByVal detectFormulaSymbol As Boolean _
) As Expression

パラメータ

formula
数式テキストを示す文字列値。
contextRow
コンテキスト行インデックスを示す整数値。
contextColumn
コンテキスト列インデックスを示す整数値。
isA1Reference
detectFormulaSymbol
+/- を自動的に削除できる場合は true

戻り値の型

解析された式を表すGrapeCity.CalcEngine.Expression値。
参照

Worksheet クラス
Worksheet メンバ

 

 


© MESCIUS inc. All rights reserved.